Namespace - LJCDBMessage
Parameters
dataTable - The DataTable object.
maxRows - The maximum number of rows to display.
Returns
The HTML table.
Syntax
| C# |
|
public static String DataTableHTML(DataTable dataTable, Int32 maxRows = 0)
|
Creates an HTML table from a DataTable.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.